Gets the number of pages in this view.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public int PageCount { get; }
Visual Basic
Public ReadOnly Property PageCount As Integer
	Get

Remarks

If PageSize is 0, PageCount is also 0.

See Also